home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Internet & Communication / Xyle scope 1.1.6 (trial).dmg / Xyle scope.app / Contents / Resources / Xyle.scriptTerminology < prev   
Encoding:
Extensible Markup Language  |  2006-02-07  |  1.3 KB  |  59 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>Classes</key>
  6.     <dict>
  7.         <key>BrowserWindow</key>
  8.         <dict>
  9.             <key>Attributes</key>
  10.             <dict>
  11.                 <key>URL</key>
  12.                 <dict>
  13.                     <key>Description</key>
  14.                     <string>Current URL</string>
  15.                     <key>Name</key>
  16.                     <string>URL</string>
  17.                 </dict>
  18.             </dict>
  19.             <key>Description</key>
  20.             <string>A browser window</string>
  21.             <key>Name</key>
  22.             <string>browser window</string>
  23.             <key>PluralName</key>
  24.             <string>browser windows</string>
  25.         </dict>
  26.         <key>NSApplication</key>
  27.         <dict>
  28.             <key>Description</key>
  29.             <string>The Xyle application</string>
  30.             <key>Name</key>
  31.             <string>application</string>
  32.             <key>PluralName</key>
  33.             <string>applications</string>
  34.         </dict>
  35.     </dict>
  36.     <key>Commands</key>
  37.     <dict>
  38.         <key>GetURL</key>
  39.         <dict>
  40.             <key>Description</key>
  41.             <string>Load a URL in the frontmost window</string>
  42.             <key>Name</key>
  43.             <string>Get URL</string>
  44.         </dict>
  45.         <key>OpenURL</key>
  46.         <dict>
  47.             <key>Description</key>
  48.             <string>Load a URL in the frontmost window</string>
  49.             <key>Name</key>
  50.             <string>open url</string>
  51.         </dict>
  52.     </dict>
  53.     <key>Description</key>
  54.     <string>URL support</string>
  55.     <key>Name</key>
  56.     <string>Xyle</string>
  57. </dict>
  58. </plist>
  59.